From: YAMAMOTO Mitsuharu Date: Tue, 9 Jan 2007 08:53:41 +0000 (+0000) Subject: (Display): Typedef to opaque type. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2922 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=47e32ab9cb32e0996c7ab9d4ee2a1925fc113c54;p=emacs.git (Display): Typedef to opaque type. --- diff --git a/src/macgui.h b/src/macgui.h index 3a9913181de..7eed001a4db 100644 --- a/src/macgui.h +++ b/src/macgui.h @@ -24,7 +24,7 @@ Boston, MA 02110-1301, USA. */ #ifndef EMACS_MACGUI_H #define EMACS_MACGUI_H -typedef int Display; /* fix later */ +typedef struct _XDisplay Display; /* opaque */ typedef Lisp_Object XrmDatabase;